From fdb7958ca59e4870460950722ed52b9eb5fde10c Mon Sep 17 00:00:00 2001 From: real-zephex Date: Fri, 29 Mar 2024 20:48:30 +0530 Subject: fix: minor css fix for light mode users --- src/app/manga/[title]/title.module.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/app/manga/[title]/title.module.css') diff --git a/src/app/manga/[title]/title.module.css b/src/app/manga/[title]/title.module.css index 1369856..5198c9b 100644 --- a/src/app/manga/[title]/title.module.css +++ b/src/app/manga/[title]/title.module.css @@ -64,4 +64,14 @@ .Main { max-width: 100%; } +} + +@media (prefers-color-scheme: light) { + .SearchedFor { + color: black; + } + + .MangaDescription { + color: black; + } } \ No newline at end of file -- cgit v1.2.3